home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970104-19970326 / 000294_news@columbia.edu _Fri Feb 21 11:09:04 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA22079
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 21 Feb 1997 11:09:04 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA28349
  7.     for kermit.misc@watsun; Fri, 21 Feb 1997 11:09:03 -0500 (EST)
  8. Path: news.columbia.edu!panix!news.eecs.umich.edu!news.radio.cz!newsbreeder.radio.cz!news.radio.cz!CESspool!news.maxwell.syr.edu!cpk-news-hub1.bbnplanet.com!cam-news-hub1.bbnplanet.com!news.bbnplanet.com!howland.erols.net!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  9. From: jrd@cc.usu.edu (Joe Doupnik)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: MS-Kermit via INT14h
  12. Message-ID: <1997Feb21.080628.94647@cc.usu.edu>
  13. Date: 21 Feb 97 08:06:28 MDT
  14. References: <urvCz8Q0+/Xa092yn@aixrs1.hrz.uni-essen.de>
  15. Organization: Utah State University
  16. Lines: 31
  17. Xref: news.columbia.edu comp.protocols.kermit.misc:6633
  18.  
  19. In article <urvCz8Q0+/Xa092yn@aixrs1.hrz.uni-essen.de>, sl0528@aixrs1.hrz.uni-essen.de (Thomas Pothmann) writes:
  20. > Hi,
  21. > I'm hardly trying to get MS-Kermit screwed up running as telnet client
  22. > via INT14h - but it doesn't still work at all! :-(
  23.  
  24.     I am having difficulty following your report. MSK's Int14h support
  25. does work, and there are many flavors of Int14 which it supports. Without
  26. knowing what you tried and what happened I can't comment further.
  27.  
  28. > I can't handle TCP/IP connection as it is described in msk315.doc for
  29. > serveral reasons: 1. The terminal server, to which I connect to,
  30. > strongly recommends a PAP login, so I can't dial in with Kermit
  31. > because of missing Link Control Protocol.
  32.  
  33.     Translation: your link requires a PPP connection. Fine.
  34.  
  35. > 2. At the moment I prefer
  36. > using pppshare rather than etherppp, because the former seems to work
  37. > more stable and reliable than the latter; pppshare is a Novell ODI
  38. > driver for use over a PPP link and emulates a class 1 (ethernet)
  39. > driver. 3. I generally like to use a class 1 driver, because most of
  40. > my DOS clients call for one (and this way does WATTCP)
  41.  
  42.     I have not seen PPPSHARE. ETHERPPP does work because I've tested it.
  43. Recall that PPP is not a broadcast medium, but Ethernet is. Thus trying
  44. to emulate Ethernet in a PPP driver creates serious difficulties dealing
  45. with ARP and IP gateways and so on. Try setting up the PPP driver as a SLIP
  46. interface rather than Ethernet. SLIP is point to point, just as PPP is, and
  47. Kermit understands that pathway.
  48.     Joe D.